home *** CD-ROM | disk | FTP | other *** search
/ AEMail 2.40 / AEMail v2.40.iso / arexx / placeaddr.readme < prev    next >
Text File  |  2000-03-11  |  2KB  |  59 lines

  1. Name: placeaddr.aem
  2.  
  3. TO BE USED BY REGISTERED USER'S ONLY
  4.  
  5. This ARexx script is used to add an email address embedded in a message to
  6. your Address Book as an individual entry.
  7.  
  8.                              HOW TO IMPLEMENT
  9.                              ----------------
  10.  
  11.  
  12. You need to bind this script to a function key for it to work properly.
  13. Call up the ARexx page of your Configuration screen in AEMail.  Select the
  14. function key you want to bind this script to.  Enter the script name (full
  15. path name) in the string gadget.  Be sure you have AREXX selected in the
  16. cycle gadget.  You can use the file folder glyph to call up the file
  17. requester to locate the script.  Then save the configuration.
  18.  
  19.  
  20.                                 HOW TO USE
  21.                                 ----------
  22.  
  23. When you receive a message with an embedded email address just double click
  24. on the line containing the email address.  The email address will appear in
  25. the Clip window.  Now hit the function key that you bound the placeaddr.aem
  26. script to or select the ARexx menu assigned to this script and you will be
  27. prompted as follows:
  28.  
  29.     "Enter a Nickname for [email address]"
  30.  
  31. If you have assigned a script to the Email Addr exit you will have to
  32. press the CTRL key when you double click on the address.  This forces the
  33. clip window to appear and allows you to press the function key or select
  34. the appropriate menu item.
  35.  
  36. The email address you double clicked on will appear in place of [email
  37. address].  You must enter a Nickname and it must be less than 9 characters
  38. long.  If it does not meet this criteria, you will be asked again.
  39.  
  40. The Nickname can not already exist.  If it does you will get a requester
  41. that says "Nickname is already in Use" and given an opportunity to
  42. [Re-enter Nickname], [Show Nickname List], or th [Cancel].  If you select
  43. [Show Nickname List] a list of all the nicknames in your Address Book will
  44. be displayed in a listview and you can enter a name not in the list.
  45.  
  46. You will then be asked to enter a real name for the person whose email
  47. address you have.
  48.  
  49. At that point the individual will be added to your address book.
  50.  
  51. You do not have to be connected to your Internet provider for this script
  52. to work.
  53.  
  54. If you activated this script without passing a valid email address, you
  55. will be so informed and the script will terminate.  Before calling the
  56. script be sure and inspect the email address displayed in the clip window
  57. to be sure it has been captured correctly.
  58.  
  59.